wa-wordmark-refreshed


Nanna
7:41 pm
2 photos
Hema kalyani(You)
11:30 pm
Linked list cycle.pdf • 1 page
SelectedOpen the chat context menu
AMMA
Monday
Anthaloki vaditho matladandi
Dippam batch
11:11 pm
You
....
Yasaswini
11:00 pm
Medical Image Analysis.pdf • 12 pages
Waste Fellow
9:02 pm
Medical Image Analysis.pdf • 12 pages
CSE-G (FULL STACK)
8:13 pm
+91 63091 01978
joined via an invite link
11
6:49 pm
Waste Fellow
Sticker
Lalli SRM 'X'
5:34 pm
Hmm
Chinna Sindhu
4:47 pm
weekly_report[11].docx • 9 pages
Nikitha SRM 'X'
4:44 pm
Sticker
Sidhu
3:53 pm
Mee class bayate unnam iddaram
Sindhu
9:02 am
Photo
Jyothi
12:01 am
Reacted to: "
Sticker"
FREE WORKSHOP AND PLACEMENTS @NYERAS (SRM)
Yesterday
~ nyeras
Hey Students! Ready to Unlock the World of Finance – For FREE? Greetings from Nyeras! We’re bringing you an exclusive Free Finance Learning & Opportunity Group from Livelong Wealth— and trust us, you don’t want to miss this! What’s in it for YOU? Daily Insights – Finance, Indian Stock Market, Forex, Crypto & Global Market updates Live Webinars & Workshops – Learn from top financial experts Career Boost – Job & Internship alerts in the finance industry Knowledge Bank – Master financial concepts & money skills Free. Forever. – No charges. No catches. Just pure value! Who Can Join? Absolutely ANY student, from ANY department or background. No prior finance knowledge required – just curiosity & willingness to learn! This is your lifetime pass to explore, learn, and grow in the world of money & markets! Join Now: https://chat.whatsapp.com/Bvq1XhE5wey1QZhnOCXMua Seats are filling fast – don’t think twice!
Lakshman
Yesterday
Ok
Your personal messages are end-to-end encrypted
Hema kalyani(You)
Message yourself
Today
704 Binary Search
9:37 pm
msg-dblcheck
class Solution { public: int trap(vector<int>& height) { int left = 0; int right = height.size() - 1; int leftMax = 0, rightMax = 0; int waterTrapped = 0; while (left < right) { if (height[left] < height[right]) { if (height[left] >= leftMax) leftMax = height[left]; else waterTrapped += leftMax - height[left]; left++; } else { if (height[right] >= rightMax) rightMax = height[right]; else waterTrapped += rightMax - height[right]; right--; } } return waterTrapped; } };
11:15 pm
msg-dblcheck
42 Trapping Rain Water
11:15 pm
msg-dblcheck
W
Binary Search .docx
DOCX7 kB
11:21 pm
msg-dblcheck
W
Linked list cycle.docx
DOCX7 kB
11:22 pm
msg-dblcheck
W
Trapping rain water.docx
DOCX7 kB
11:22 pm
msg-dblcheck
W
Linked list cycle.docx
DOCX7 kB
11:25 pm
msg-dblcheck
PDF
Linked list cycle.pdf
1 pagePDF29 kB
11:30 pm
msg-dblcheck